| lcBlockAddImageRefUns | Home |
|
HANDLE lcBlockAddImageRefUns ( HANDLE hBlock, HANDLE hImage, double X, double Y, double Scale, int Align, BOOL bBorder ); |
| hBlock | |||||||||||||
| Handle to a block. | |||||||||||||
| hImage | |||||||||||||
| Handle to the image definition. | |||||||||||||
| X Y | |||||||||||||
| Coordinates of image insertion. | |||||||||||||
| Scale | |||||||||||||
| Constant scale. For example, original size of the image is 100x100 pixels. If you set the scale value = 0.5, then image will be drawn in a window with size 50x50 pixels. | |||||||||||||
| Align | |||||||||||||
Image alignment relative to the insertion point. Can be one of the following values:
| |||||||||||||
| bBorder | |||||||||||||
| If TRUE, then the image will have a border lines. | |||||||||||||
| Handle to created image reference object or NULL if the function fails. |
| Image definition, lcBlockAddImageRef |